home *** CD-ROM | disk | FTP | other *** search
/ PC User 2002 July / Disc 1 / PCU0702CD1.iso / software / apps / files / animfx.exe / #setuppath# / interface.swf / scripts / DefineButton2_447 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2002-05-17  |  141 b   |  8 lines

  1. on(release){
  2.    _root.interfaceholder.vol -= 5;
  3.    if(_root.interfaceholder.vol < 0)
  4.    {
  5.       _root.interfaceholder.vol = 0;
  6.    }
  7. }
  8.